home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1999 March
/
EnigmA AMIGA RUN 35 (1999)(G.R. Edizioni)(IT)[!][issue 1999-03].iso
/
earcd
/
devel
/
vbcc-68k-src
/
machines
/
amiga68k
/
libsrc
/
math
/
math_ieee
/
pow.s
< prev
next >
Wrap
Text File
|
1999-01-01
|
196b
|
12 lines
xref _MathIeeeDoubTransBase
xdef _pow
_pow:
movem.l a6/d2-d3,-(sp)
move.l _MathIeeeDoubTransBase,a6
movem.l 16(sp),d0-d1
movem.l 24(sp),d2-d3
jsr -90(a6)
movem.l (sp)+,a6/d2-d3
rts